home *** CD-ROM | disk | FTP | other *** search
- Hello.
-
- I'm Timo Engman, and programming a new extension - which is called
- "Second-Hand Extension", the current version is 0.01d6 but please, all
- AMOSPro users - mail me and let me hear if I may add new commands to this
- extension that the users want...For now, the extension have five commands
- :-) pretty lame. But I learning how to program the graphics...
-
- Bmove adr,x - move bytes quick as hell much faster than Poke (no checking)
- Wmove adr,x - same here but words much faster than Doke
- Lmove adr,x - same here but longwords , faster than Loke
-
- I mean 4-5 times faster !!!
-
- and then two shitty commands
-
- Shand Version
- Shand Stage$
-
- The extension uses slot 22 but mail me and I may change it to whatever.
- Check the aminet/dev/amos/ for this extension...later...
- Maybe I mail the .Lib file soon, to the Mailing List.
-
- A Problem 1: How to return a string from a routine (and change it's
- length) from it, the string is in the extension
-
- dc.w TheLength
- dc.b "TheString",0
- even
-
- Problem 2: How to get a pointer from the extension in assembler,
- typically i want the pointer for a variable, same as Varptr(variable) and
- pointer for an array, same as Varptr(var(array))
-
- Hope that all peoples understanding my bad english (I'm swedish)...And
- those people who don't like the assembler language.
-
- /Timo Engman
-
-
-
-
-